crypto/internal/fips140/hmac.HMAC.ipad (field)
9 uses
crypto/internal/fips140/hmac (current package)
hmac.go#L34: opad, ipad []byte
hmac.go#L84: if err := h.inner.(marshalable).UnmarshalBinary(h.ipad); err != nil {
hmac.go#L91: h.inner.Write(h.ipad)
hmac.go#L128: h.ipad = imarshal
hmac.go#L186: hm.ipad = make([]byte, blocksize)
hmac.go#L193: copy(hm.ipad, key)
hmac.go#L195: for i := range hm.ipad {
hmac.go#L196: hm.ipad[i] ^= 0x36
hmac.go#L201: hm.inner.Write(hm.ipad)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |